projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573d18c
)
(last): Function renmed to last*.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Aug 1997 20:47:54 +0000
(20:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Aug 1997 20:47:54 +0000
(20:47 +0000)
lisp/emacs-lisp/cl.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl.el
b/lisp/emacs-lisp/cl.el
index 72320d57e30ef61eddf718e6c3d9561c0988361a..80db4d9555df11fbed1b6d26aaca531cab2f0d7c 100644
(file)
--- a/
lisp/emacs-lisp/cl.el
+++ b/
lisp/emacs-lisp/cl.el
@@
-499,7
+499,7
@@
SEQ, this is like `mapcar'. With several, it is like the Common Lisp
"Return the `cdr' of the `cdr' of the `cdr' of the `cdr' of X."
(cdr (cdr (cdr (cdr x)))))
-(defun last (x &optional n)
+(defun last
*
(x &optional n)
"Returns the last link in the list LIST.
With optional argument N, returns Nth-to-last link (default 1)."
(if n